/*右侧咨询的样式*/
.consult {
  position: fixed;
  z-index:10;
  top: 40%;
  right: 3%; }

.consult-list li {
  width: 56px;
  height: 56px;
  background-color: #4063bf \9;
  background-color: rgba(50, 214, 147, 0.7);
  margin-bottom: 4px; }

.consult-list li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position:relative; }

.consult-list li a span{
  display:inline-block;
  width:100%;
  font-size:14px;
  color:#fff;
  text-align:center;
  position:absolute;
  bottom:3px;
}

.toTop {
  background: url(../images/rightBar/group1.png) no-repeat 47% -5%; }

.toTop:hover {
  background: #fff url(../images/rightBar/group.png) no-repeat 47% 63.5%;border:2px solid #4063bf; }

.course {
  background:url("../images/rightBar/group1.png") no-repeat 47% 25% }

/*.course:hover {
  background: #4063bf url(../images/group1.png) no-repeat 47% 72.8%; }*/

.feedback{
    background:url("../images/rightBar/group1.png") no-repeat 47% 25% }
.feedback:hover{
    background:#4063bf url("../images/rightBar/feedback1.png") no-repeat center center; }
.feedback:hover span{opacity:0; filter: alpha(opacity:0)}

/*.feedback a{
    font-size:17px;padding:5px;color:#fff;text-align:center }*/

/*.feedback:hover{
    background-image:url(""); }
.feedback:hover a{opacity:1; }*/

.commend {
  background: url(../images/rightBar/group1.png) no-repeat 47% 53%; }

.commend:hover {
  background: #4063bf url(../images/rightBar/group.png) no-repeat 47% 82.2%; }
.commend:hover span{opacity:0; filter: alpha(opacity:0)}

.service {
  background: url(../images/rightBar/group1.png) no-repeat 47% 82%; }

.service:hover {
  background: #4063bf url(../images/rightBar/group.png) no-repeat 47% 91.8%; }
.service:hover span{opacity:0; filter: alpha(opacity:0)}

.service:hover .service-time {
  display: block; }

.qrcode {
  background: url(../images/rightBar/group1.png) no-repeat 47% 112%; }

.qrcode:hover {
  background: #4063bf url(../images/rightBar/group.png) no-repeat 47% 101.3%; }
.qrcode:hover span{opacity:0; filter: alpha(opacity:0)}

.qrcode:hover .erweima {
  display: block; }

/*隐藏的工作时间和二维码的样式*/
.service-time {
  width: 180px;
  height: auto;
  border: 1px solid #ccc;
  background: #fff;
  position: absolute;
  top: 180px;
  right: 57px;
  display: none; }

.service-time tr {
  height: 40px; }

.service-time tr td {
  padding-left: 10px;
  font-size: 16px;
  color: #666; }
.service-time tr td p{
  padding-left:10px;
  font-size:14px;
  color:#666;
  cursor:pointer;
}
.service-time tr td p:hover{
  color: #4063bf!important;
}

.erweima {
  width: 88px;
  height: 86px;
  position: absolute;
  top: 247px;
  right: 64px;
  z-index: 10;
  display: none; }
